attributeerror module datetime has no attribute now python

34

import _datetime

today = _datetime.date.today()

print(today)
import datetime
print(datetime.__file__)

Comments

Submit
0 Comments